*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 14:09:25 +0000 (14:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 14:09:25 +0000 (14:09 +0000)
lisp/mh-e/mh-e.el

index 5186b1b2791fbade92b6cac2fa91bc918f26a598..67dd6d2d68af6fa5a2624d0fcef3c111ec489c05 100644 (file)
@@ -1986,7 +1986,7 @@ you would use \"(mh-set-cmd-note 4)\"."
   :package-version '(MH-E . "7.0"))
 
 (defun mh-scan-format-file-check (symbol value)
-  "Check if desired setting is legal.
+  "Check if desired setting is valid.
 Throw an error if user tries to set `mh-scan-format-file' to
 anything but t when `mh-adaptive-cmd-note-flag' is on. Otherwise,
 set SYMBOL to VALUE."
@@ -2025,7 +2025,7 @@ Emacs start with 0)."
   :package-version '(MH-E . "6.0"))
 
 (defun mh-adaptive-cmd-note-flag-check (symbol value)
-  "Check if desired setting is legal.
+  "Check if desired setting is valid.
 Throw an error if user tries to turn on
 `mh-adaptive-cmd-note-flag' when `mh-scan-format-file' isn't t.
 Otherwise, set SYMBOL to VALUE."